Creating sub domain on webmin [duplicate]

Posted by Vijay on Pro Webmasters See other posts from Pro Webmasters or by Vijay
Published on 2013-11-08T09:25:36Z Indexed on 2013/11/08 10:21 UTC
Read the original article Hit count: 448

Filed under:
|
|

This question is an exact duplicate of:

Can anybody help me in creating subdoain through webmin. I want to create subdomain like test.xxxxx.com for this I tried with several reference site but no luck. exp.

http://www.trickylinux.net/add-domain-virtualminwebmin.html

http://codeboxlabs.com/add-subdomain-webmin-linux/

My current httpd.conf look like:

 <VirtualHost *:80>
SSLEngine off 
DocumentRoot /var/www/html/******/web
DirectoryIndex index.php
<Directory "/var/www/html/*****/web">
AllowOverride All
Allow from All
</Directory>
ServerName www.******/.com
ServerAlias ftp.*****.com
SSLEngine off 
SSLVerifyClient optional
</VirtualHost>

Please help me to solve this issue.

© Pro Webmasters or respective owner

Related posts about subdomain

Related posts about ubuntu